<mod>
	<name>Mod showing adding a custom tank with custom weapons</name>
	<author>Sean O'Connor</author>

	<nationality>
		<name>American WW2</name>
		<equipment>equipment_american_WW2.txt</equipment>
		<equipment>equipment_american_modern.txt</equipment>
	</nationality>

	<nationality>
		<name>British WW2</name>	// the default values for this nationality will be used as they're not specified here
	</nationality>

	<nationality>
		<name>French WW2</name>		// the default values for this nationality will be used as they're not specified here
	</nationality>

	<nationality>
		<name>Russian WW2</name>	// the default values for this nationality will be used as they're not specified here
	</nationality>

	<nationality>
		<name>German WW2</name>		// the default values for this nationality will be used as they're not specified here
	</nationality>

	<nationality>
		<name>Japanese WW2</name>	// the default values for this nationality will be used as they're not specified here
	</nationality>

	<nationality>
		<name>Italian WW2</name>	// the default values for this nationality will be used as they're not specified here
	</nationality>

</mod>



